home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / prompt < prev    next >
Text File  |  1991-04-23  |  963b  |  25 lines

  1.                                    PROMPT
  2.                            Changes the DOS prompt
  3.                             See also <ANSI.SYS>
  4.  
  5. COMMAND TYPE: Internal                  VERSION: 2.0 and up
  6.  
  7. USE: PROMPT [prompt-text]
  8.  
  9. prompt-text may be a text message or one of several special
  10. characters.  The special characters are listed below along with the
  11. prompt that they will display.
  12.  
  13. $t - system time    $d - system date          $p - current directory
  14. $v - version number $n - default drive letter $g - >
  15. $l - <              $b - |                    $q - =
  16. $h - BACKSPACE      $e - ESCAPE               $_ - perform a carriage
  17.                                                   return and line feed
  18.  
  19. If <ANSI.SYS> has been installed, then ansi sequences may be included to
  20. use reverse video or other special effects in the prompt
  21.  
  22. EXAMPLE: PROMPT $p$g
  23. will cause the prompt line to display the current directory and the >
  24. character.
  25.